home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Beta / Quicktime 2.0 Beta.iso / Programming Stuff / Sample Code / DTS Sample Code / DelegateOnlyComponent ƒ / MyComponentRoutines.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-22  |  562 b   |  34 lines  |  [TEXT/KAHL]

  1. /*
  2.     File:        MyComponentRoutines.c
  3.     
  4.     Contains:    simple component sample.
  5.  
  6.     Written by:    John Wang
  7.  
  8.     Copyright:    © 1994 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.         <1>        03/22/94    JW        Created.
  13.  
  14.     To Do:
  15.     
  16. */
  17.  
  18. #ifdef THINK_C
  19. #define        applec
  20. #endif
  21.  
  22. #include    <Errors.h>
  23. #include    <Components.h>
  24. #include    <Devices.h>
  25. #include    <Movies.h>
  26. #include    <QuickTimeComponents.h>
  27. #include    <LowMem.h>
  28.  
  29. #include    "MyComponent.h"
  30. #include    "MyComponentRoutines.h"
  31.  
  32. /* ------------------------------------------------------------------------- */
  33.  
  34.